Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Redact Method / Redact(IList<RedactAnnotation>,RedactOptions) Method
The list of GrapeCity.Documents.Pdf.Annotations.RedactAnnotation objects to apply.
Specifies the additional redact options. If null, the default settings are used.

In This Topic
    Redact(IList<RedactAnnotation>,RedactOptions) Method
    In This Topic
    Applies a list of specified GrapeCity.Documents.Pdf.Annotations.RedactAnnotations to the current document.
    Syntax
    'Declaration
     
    Public Overloads Sub Redact( _
       ByVal redactAnnotations As System.Collections.Generic.IList(Of RedactAnnotation), _
       Optional ByVal redactOptions As RedactOptions _
    ) 
    public void Redact( 
       System.Collections.Generic.IList<RedactAnnotation> redactAnnotations,
       RedactOptions redactOptions
    )

    Parameters

    redactAnnotations
    The list of GrapeCity.Documents.Pdf.Annotations.RedactAnnotation objects to apply.
    redactOptions
    Specifies the additional redact options. If null, the default settings are used.
    See Also